home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-10-09 | 1.4 KB | 39 lines | [TEXT/MACA] |
- (Our DLOG & DITL resources for the dialog box will have resource ID's)
- (of 1000)
- SHELLID 1000
- (I'm about to describe the 14 items in the dialog box in order)
- ITEMS 14
- (Note that the below DATA statements DO NOT contain the item number in)
- (the dialog box for each item. That is determined by the ORDER of each)
- (DATA statement!)
- (Items #1 and #2 are simple Pushbutton items)
- DATA 0,0,0,0,0,0,0
- DATA 0,0,0,0,0,0,0
- (Item #3 is a Checkbox item, we call it Checkbox #1)
- DATA 1,1,0,0,0,0,0
- (Item #4 is an undefined item as far as Red Ryder is concerned)
- DATA 6,0,0,0,0,0,0
- (Item #5 is in Radio Control Group #1, and is member #1)
- DATA 2,1,1,0,0,0,0
- (Item #6 is in Radio Control Group #1, and is member #2)
- DATA 2,1,2,0,0,0,0
- (Item #7 is also Static Text we're leaving as undefined)
- DATA 6,0,0,0,0,0,0
- (Item #8 is in Radio Control Group #2, and is member #1)
- DATA 2,2,1,0,0,0,0
- (Item #9 is in Radio Control Group #2, and is member #2)
- DATA 2,2,2,0,0,0,0
- (Item #10 is Editable Text we'll link to the A$ string variable, and)
- (show with its entry text selected)
- DATA 3,0,1,0,0,0,0
- (Item #11 and #12 are both undefined Static Text items)
- DATA 6,0,0,0,0,0,0
- DATA 6,0,0,0,0,0,0
- (Item #13 is Editable Text linked to the B$ string variable, and does)
- (not have its text selected)
- DATA 3,1,0,0,0,0,0
- (Item #14 is undefined)
- DATA 6,0,0,0,0,0,0
- (The following command MUST be here to tell the Shell Compiler to stop)
- ENDSHELL
-